*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 11:29:18 +0000 (11:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 11:29:18 +0000 (11:29 +0000)
src/ChangeLog

index 172b4ae9e5b5caf65e51d61b2cbb6adc24a83a0f..4b924cfa0a092750a17822c668800bee15be4b05 100644 (file)
@@ -1,3 +1,16 @@
+2003-12-29  Richard M. Stallman  <rms@gnu.org>
+
+       * data.c (store_symval_forwarding): Handle setting
+       default-fill-column, etc., by changing the value in
+       buffers that use the default.
+
+       * minibuf.c (Fset_minibuffer_window): Doc fix.
+
+       * fileio.c (choose_write_coding_system): Ignore auto_saving
+       if using the visited file for auto saves.
+       (Fwrite_region): Don't update SAVE_MODIFF
+       if auto-saving in visited file.
+
 2003-12-29  Kenichi Handa  <handa@m17n.org>
 
        * dispextern.h (face_font_available_p): Extern it.
 
        * xfaces.c (face_font_available_p): New function.
 
+2003-12-28  Richard M. Stallman  <rms@gnu.org>
+
+       * buffer.c (Fother_buffer): Don't crash if BUF is nil
+       or if its name is nil.
+
+       * buffer.c (Fkill_buffer): Don't delete auto-save file
+       if it's the same as the visited file.
+
 2003-12-28  Luc Teirlinck  <teirllm@auburn.edu>
 
        * coding.c (Fcheck_coding_system): Doc fix.